home *** CD-ROM | disk | FTP | other *** search
- // CPPDemoDlg.h : header file
- //
- //{{AFX_INCLUDES()
- #include "activesmslistener.h"
- //}}AFX_INCLUDES
-
- #if !defined(AFX_CPPDEMODLG_H__9396786E_4482_4906_B08C_2EC14B0BAB85__INCLUDED_)
- #define AFX_CPPDEMODLG_H__9396786E_4482_4906_B08C_2EC14B0BAB85__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- /////////////////////////////////////////////////////////////////////////////
- // CCPPDemoDlg dialog
-
- class CCPPDemoDlg : public CDialog
- {
- // Construction
- public:
- CCPPDemoDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CCPPDemoDlg)
- enum { IDD = IDD_CPPDEMO_DIALOG };
- CListCtrl m_lvwIncomingMsgs;
- CString m_sPhoneNumber;
- CString m_sText;
- CActiveSMSListener m_ActiveSMSListener;
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCPPDemoDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- HICON m_hIcon;
- HANDLE m_hSmallIcon;
-
- // Generated message map functions
- //{{AFX_MSG(CCPPDemoDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnSendMsg();
- afx_msg void OnMessageReceived(LPCTSTR PhoneNumber, LPCTSTR Message, long Handset);
- DECLARE_EVENTSINK_MAP()
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- IActiveSMSPtr m_ActiveSMS;
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_CPPDEMODLG_H__9396786E_4482_4906_B08C_2EC14B0BAB85__INCLUDED_)
-